GET FTP ERROR$

This command will return a string containing the description of a failure from a previously called ftp command.

  Syntax
Return String=GET FTP ERROR$()
  Returns

A string containing the description of a failure from a previously called ftp command. You can determine whether an ftp command has failed by calling the GET FTP FAILURE() command

  Description

You can determine whether an ftp command has failed by calling the GET FTP FAILURE() command.

  Example Code
ftp connect
error$=get ftp error$()
ftp disconnect
  See also

FTP Commands Menu
Index